From: Pierre Chifflier Date: Tue, 18 Mar 2025 17:15:01 +0000 (+0100) Subject: llc X-Git-Tag: archive/raspbian/1%7.0.9-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=44c070ca143a92dc4a4c84213bececf661e8ad53;p=suricata.git llc Gbp-Pq: Name llc.patch --- diff --git a/configure.ac b/configure.ac index 9c230eca..2b298094 100644 --- a/configure.ac +++ b/configure.ac @@ -478,11 +478,12 @@ [ AS_IF([test "$CLANG" != no], [ - llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ - awk '/^clang version/ { - split($3, v, "."); - printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) - }') + #llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \ + # awk '/^clang version/ { + # split($3, v, "."); + # printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) + # }') + llc_candidates=llc AC_CHECK_PROGS([LLC], [$llc_candidates], "no") if test "$LLC" = "no"; then AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files])